home *** CD-ROM | disk | FTP | other *** search
/ Aminet 39 / Aminet 39 (2000)(Schatztruhe)[!][Oct 2000].iso / Aminet / mus / edit / sfx-dev.lha / sfx-dev / SoundFX.ct (.txt) < prev    next >
Amiga Catalog Translation file  |  2000-06-03  |  16KB  |  697 lines

  1. ## version 
  2. ## language 
  3. ## codeset 0
  4. ; Errors ======================================================================
  5. ;--    Resource errors -----------------------------------------------------------
  6. ;    Can't open file !
  7. errOpenFile
  8. ;Can't open file !
  9. ;    Can't open library !
  10. errOpenLibrary
  11. ;Can't open library !
  12. ;    Can't open screen !
  13. errOpenScreen
  14. ;Can't open screen !
  15. ;    Can't open window !
  16. errOpenWindow
  17. ;Can't open window !
  18. ;    Can't allocate memory !
  19. errAllocateMemory
  20. ;Can't allocate memory !
  21. ;    Can't allocate file request !
  22. errAllocateFileRequest
  23. ;Can't allocate file request !
  24. ;    Can't allocate font request !
  25. errAllocateFontRequest
  26. ;Can't allocate font request !
  27. ;    Can't allocate screenmode request !
  28. errAllocateScrmdRequest
  29. ;Can't allocate screenmode request !
  30. ;    Can't allocate audiomode request !
  31. errAllocateAudioRequest
  32. ;Can't allocate audiomode request !
  33. ;    Can't allocate signal !
  34. errAllocateSignal
  35. ;Can't allocate signal !
  36. ;    Can't create context !
  37. errCreateContext
  38. ;Can't create context !
  39. ;    Can't create gadgets !
  40. errCreateGadgets
  41. ;Can't create gadgets !
  42. ;    Can't create menus !
  43. errCreateMenus
  44. ;Can't create menus !
  45. ;    Can't layout menus !
  46. errLayoutMenus
  47. ;Can't layout menus !
  48. ;    Can't create port !
  49. errCreatePort
  50. ;Can't create port !
  51. ;    Can't close screen - close visitor windows first !
  52. errVisitorWindows
  53. ;Can't close screen !\n\
  54. ;Please close visitor-windows first !
  55. ;    Can't make screen public !
  56. errMakeScreenPublic
  57. ;Can't make screen public !
  58. ;    Can't close that sample yet, it's still in use !
  59. errCloseSample
  60. ;Can't close that sample yet, it's still in use !
  61. ;    Clip is empty !
  62. errEmptyClip
  63. ;Clip is empty !
  64. ;    Can't access %s ! [ Expects filename as parameter ]
  65. errAccessFile
  66. ;Can't access %s !
  67. ;    Can't add appicon !
  68. errAddAppIcon
  69. ;Can't add AppIcon !
  70. ;    Can't add samplebuffer !
  71. errAddSampleBuffer
  72. ;Can't add samplebuffer !
  73. ;    Can't get visual info !
  74. errGetVisualInfo
  75. ;Can't get visual info !
  76. ;    Can't allocate audio hardware !
  77. errAllocateAudio
  78. ;Can't allocate audio hardware !
  79. ;    No AHI System or invalid AudioMode !
  80. errNoAHI
  81. ;No AHI System or invalid AudioMode !
  82. ;    Execution of %s failed ! [ Expects functioname as parameter ]
  83. errFail
  84. ;Execution of %s failed !
  85. ;    Can't get sample attributes ! (loaders/Datatype_L)
  86. errSampleAttributes
  87. ;Can't get sample attributes !
  88. ;    Can't get sample object ! (loaders/Datatype_L)
  89. errSampleObject
  90. ;Can't get sample object !
  91. ;-    FileIO --------------------------------------------------------------------
  92. ;    Can't read data !
  93. errReadData
  94. ;Can't read data !
  95. ;    Can't write data !
  96. errWriteData
  97. ;Can't write data !
  98. ;    This isn't a %s file ! [ Expects filetype as parameter ]
  99. errWrongFiletype
  100. ;This isn't a %s file !
  101. ;    Can't read this %s file ! [ Expects filetype as parameter ]
  102. errUnsupportedSubtype
  103. ;Can't read this %s file !
  104. ;    This is not the right data file !
  105. errWrongDatafile
  106. ;This is not the right data file !
  107. ;    Sample has no sampling rate, SoundFX sets it to default !
  108. errNoSampleRate
  109. ;Sample has no sampling rate, SoundFX sets it to default !
  110. ;    Can't save the whole wave !
  111. errSampleToLong
  112. ;Can't save the whole wave !
  113. ;    This sample isn't saved correctly !
  114. errDamagedFormat
  115. ;This sample isn't saved correctly !\n\
  116. ;I advice you to save the sample again.
  117. ;--    Sampletype ----------------------------------------------------------------
  118. ;    Source must be a mono sample !
  119. errSourceMono
  120. ;Source must be a mono sample !
  121. ;    Source must be a stereo sample !
  122. errSourceStrereo
  123. ;Source must be a stereo sample !
  124. ;    Source must be a quadro sample !
  125. errSourceQuadro
  126. ;Source must be a quadro sample !
  127. ;    Source must be a stereo or quadro sample !
  128. errSourceStereoQuadro
  129. ;Source must be a stereo or quadro sample !
  130. ;-- Beta ----------------------------------------------------------------------
  131. ;    This function is not implemented yet !
  132. errNotImplemented
  133. ;This function is not implemented yet !
  134. ;    This operation doesn't supports device-samples yet !
  135. errNoVMemYet
  136. ;This operation doesn't supports device-samples yet !
  137. ; Messages ====================================================================
  138. ;    This is an unregistered version ...
  139. msgUnregVersionStart
  140. ;This is an unregistered version of SoundFX !\n\
  141. ;Saving of your work and using ARexx-Port is disabled !\n\
  142. ;See guide for further informations !
  143. ;    You have used an unregistered Version ...
  144. msgUnregVersionEnd
  145. ;You have used an unregistered version of SoundFX !
  146. ;    Demo reminder - I've already told you that you can't save ...
  147. msgDemoNoSave
  148. ;I have already told you that you can't save your samples in the demo-version !
  149. ;    Demo reminder - I've already told you that you can't use rexx ...
  150. msgDemoNoARexx
  151. ;I have already told you that you can't use the arexx-port in the demo-version !
  152. ;    Installations seems to be incomplete !
  153. msgInstIncomplete
  154. ;Installations seems to be incomplete !\n\
  155. ;Please always install the sfx-bin_???, sfx-doc_??? and sfx-data archives.\n\
  156. ;Leaving one out may lead to an instable installation !
  157. ;    Setting player options ...
  158. msgSetPlayerOpts
  159. ;Setting player options ...
  160. ;    Setting global options ...
  161. msgSetDefaultGlobals
  162. ;Setting global options ...
  163. ;    Setting local texts ...
  164. msgSetLocalTexts
  165. ;Setting local texts ...
  166. ;    Scanning operators ...
  167. msgScanOperators
  168. ;Scanning operators ...
  169. ;    Scanning loaders ...
  170. msgScanLoaders
  171. ;Scanning loaders ...
  172. ;    Scanning players ...
  173. msgScanPlayers
  174. ;Scanning playerrs ...
  175. ;    Scanning savers ...
  176. msgScanSavers
  177. ;Scanning savers ...
  178. ;    Scanning rexxmacros ...
  179. msgScanRexxmacros
  180. ;Scanning rexxmacross ...
  181. ;    Building on-line-help contents ...
  182. msgBuildHelp
  183. ;Building on-line-help contents ...
  184. ;    Create ports ...
  185. msgCreatePorts
  186. ;Create ports ...
  187. ;    Initialising GUI ...
  188. msgInitGUI
  189. ;Initialising GUI ...
  190. ;    Working on %s[%d]
  191. msgProgress
  192. ;Working on %s[%d]
  193. ;    Loading[%d]
  194. msgProgressLoad
  195. ;Loading[%d]
  196. ;    Saving[%d]
  197. msgProgressSave
  198. ;Saving[%d]
  199. ;-- Requests ====================================================================
  200. ;    File already exists !
  201. reqFileExists
  202. ;File already exists !\n\
  203. ;What should I do ?
  204. ;    Do you really want to quit ?
  205. reqReallyQuit
  206. ;Do you really want to quit ?
  207. ;    SoundFX is already running !\nShould I start it again ?
  208. reqRunAgain
  209. ;SoundFX is already running !\nShould I start it again ?
  210. ;    Do you really want to remove all samples ?
  211. reqRemoveAll
  212. ;Do you really want to remove all samples ?
  213. ;    Do you really want to close this sample ?
  214. reqCloseSample
  215. ;Do you really want to close this sample ?
  216. ;    Do you really want to delete this entry ?
  217. reqRemEntry
  218. ;Do you really want to delete this entry ?
  219. ; Strings =====================================================================
  220. ;-- Requestertitles -----------------------------------------------------------
  221. ;    SoundFX-Message
  222. strSoundFXMessage
  223. ;SoundFX-Message
  224. ;    SoundFX-Request
  225. strSoundFXRequest
  226. ;SoundFX-Request
  227. ;    Load 
  228. strLoad
  229. ;Load
  230. ;    Save as
  231. strSaveAs
  232. ;Save as
  233. ;    Select a font
  234. strSelectFont
  235. ;Select a font
  236. ;    Select a screenmode
  237. strSelectScrMd
  238. ;Select a screenmode
  239. ;    Select an audiomode
  240. strSelectAudioMd
  241. ;Select an audiomode
  242. ;    Select a preset
  243. strSelectPreset
  244. ;Select a preset
  245. ;    Select the default sample path
  246. strSelectSmpPath
  247. ;Select the default sample path
  248. ;    Select the path for virtual memory files
  249. strSelectVMemPath
  250. ;Select the path for virtual memory files
  251. ;    Select an buffer
  252. strSelectBuffer
  253. ;Select an buffer
  254. ;    Select a frequency
  255. strSelectFrequency
  256. ;Select a frequency
  257. ;    Select a window function
  258. strSelectWinFunc
  259. ;Select a window function
  260. ;    Sample options
  261. strSmpOptions
  262. ;Sample options
  263. ;-- Requesterbuttons ----------------------------------------------------------
  264. ;    Okay
  265. strOkay
  266. ;Okay
  267. ;    Cancel
  268. strCancel
  269. ;Cancel
  270. ;    Replace (for "File already exists !")
  271. strReplace
  272. ;Replace
  273. ;    specify new name (for "File already exists !")
  274. strNewName
  275. ;New Name
  276. ;    Yes
  277. strYes
  278. strNo
  279. ;    Help
  280. strHelp
  281. ;Help
  282. ;-- Windowtitles --------------------------------------------------------------
  283. ;    Record
  284. strRecord
  285. ;Record
  286. ;    Playeroptions : %s
  287. strPlayerOptions
  288. ;Playeroptions : %s
  289. ;-- Misc ----------------------------------------------------------------------
  290. ;    Ready
  291. strReady
  292. ;Ready
  293. ; Menutexts ===================================================================
  294. ;-- SFX Mainmenu --------------------------------------------------------------
  295. ;    Project
  296. menProject
  297. ;Project
  298. ;    Flush All ...
  299. menPrjFlushAll
  300. ;Flush All ...
  301. ;    Load ...
  302. menPrjLoad
  303. ;Load ...
  304. ;    Save ...
  305. menPrjSave
  306. ;Save ...
  307. ;    Execute ...
  308. menPrjExecute
  309. ;Execute ...
  310. ;    Execute Rexx ...
  311. menPrjExecuteRexx
  312. ;Execute Rexx ...
  313. ;    Play All
  314. menPrjPlayAll
  315. ;Play All
  316. ;    Play Range
  317. menPrjPlayRange
  318. ;Play Range
  319. ;    Stop
  320. menPrjStop
  321. ;Stop
  322. ;    Information
  323. menPrjInfo
  324. ;Information ...
  325. ;    Quit
  326. menPrjQuit
  327. ;Quit ...
  328. ;    Edit
  329. menEdit
  330. ;Edit
  331. ;    Cut
  332. menEditCut
  333. ;    Cut to begin
  334. menEditCutBeg
  335. ;Cut to begin
  336. ;    Cut to end
  337. menEditCutEnd
  338. ;Cut to end
  339. ;    Copy
  340. menEditCopy
  341. ;Copy
  342. ;    Copy to begin
  343. menEditCopyBeg
  344. ;Copy to begin
  345. ;    Copy to end
  346. menEditCopyEnd
  347. ;Copy to end
  348. ;    Grab
  349. menEditGrab
  350. ;Grab
  351. ;    Grab to begin
  352. menEditGrabBeg
  353. ;Grab to begin
  354. ;    Grab to end
  355. menEditGrabEnd
  356. ;Grab to end
  357. ;    Paste
  358. menEditPaste
  359. ;Paste
  360. ;    Paste at begin
  361. menEditPasteBeg
  362. ;Paste at begin
  363. ;    Paste at end
  364. menEditPasteEnd
  365. ;Paste at end
  366. ;    Erase
  367. menEditErase
  368. ;Erase
  369. ;    Erase to begin
  370. menEditEraseBeg
  371. ;Erase to begin
  372. ;    Erase to end
  373. menEditEraseEnd
  374. ;Erase to end
  375. ;    Zero
  376. menEditZero
  377. ;Zero
  378. ;    Zero to begin
  379. menEditZeroBeg
  380. ;Zero to begin
  381. ;    Zero to end
  382. menEditZeroEnd
  383. ;Zero to end
  384. ;    Overwrite
  385. menEditOverwrite
  386. ;Overwrite
  387. ;    Overwrite at begin
  388. menEditOverwriteBeg
  389. ;Overwrite at begin
  390. ;    Exchange mark and clip
  391. menEditExchangeMarkAndClip
  392. ;Exchange mark and clip
  393. ;    Replace mark by clip
  394. menEditReplaceMarkByClip
  395. ;Replace mark by clip
  396. ;    Zoom
  397. menZoom
  398. ;Zoom
  399. ;    Zoom in
  400. menZoomIn
  401. ;Zoom in
  402. ;    Zoom out
  403. menZoomOut
  404. ;Zoom out
  405. ;    1 Pixel = 1 Sample
  406. menZoomPixel
  407. ;1 Pixel = 1 Sample
  408. ;    Zoom all way out
  409. menZoomFull
  410. ;Zoom all way out
  411. ;    Cleanup
  412. menCleanup
  413. ;Cleanup
  414. ;    current
  415. menClCur
  416. ;current
  417. ;    all
  418. menClAll
  419. ;    all normal
  420. menClAllNorm
  421. ;all normal
  422. ;    all zoomed
  423. menClAllZoom
  424. ;all zoomed
  425. ;    Help
  426. menHelp
  427. ;Help
  428. ;    Contents ...
  429. menHelpContents
  430. ;Contents ...
  431. ;    Index ...
  432. menHelpIndex
  433. ;Index ...
  434. ;    Workshop ...
  435. menHelpWorkshop
  436. ;Workshop ...
  437. ;    Prefs
  438. menPrefs
  439. ;Prefs
  440. ;    GUI ...
  441. menPrefsGUI
  442. ;GUI ...
  443. ;    Sample ...
  444. menPrefsSample
  445. ;Sample ...
  446. ;    Virtual memory ...
  447. menPrefsVMem
  448. ;Virtual memory ...
  449. ;    Miscellaneous ...
  450. menPrefsMisc
  451. ;Miscellaneous ...
  452. ;    Load
  453. menPrefsLoad
  454. ;Load
  455. ;    Save
  456. menPrefsSave
  457. ;Save
  458. ;    Reset
  459. menPrefsReset
  460. ;Reset
  461. ;-- SFX FXmenu ----------------------------------------------------------------
  462. ;    Start
  463. menStart
  464. ;Start
  465. ;    About ...
  466. menAbout
  467. ;About ...
  468. ; Toolbartexts ================================================================
  469. ;-- Loader --------------------------------------------------------------------
  470. ;    choose loader ...
  471. tbbLoaderChoice
  472. ;choose loader ...
  473. ;    loader options ...
  474. tbbLoaderOptions
  475. ;loader options ...
  476. ;    load file ...
  477. tbbLoadFile
  478. ;load file ...
  479. ;-- Saver ---------------------------------------------------------------------
  480. ;    choose saverer ...
  481. tbbSaverChoice
  482. ;choose saver ...
  483. ;    saver options ...
  484. tbbSaverOptions
  485. ;saver options ...
  486. ;    save file ...
  487. tbbSaveFile
  488. ;save file ...
  489. ;-- Operator ------------------------------------------------------------------
  490. ;    choose operator ...
  491. tbbOperatorChoice
  492. ;choose operator ...
  493. ;    run operator ...
  494. tbbRunOperator
  495. ;run operator ...
  496. ;-- Arexx macro ---------------------------------------------------------------
  497. ;    choose arexx macro ...
  498. tbbArexxMacroChoice
  499. ;choose arexx macro ...
  500. ;    run arexx macro
  501. tbbRunArexxMacro
  502. ;run arexx macro
  503. ;-- Audio IO ------------------------------------------------------------------
  504. ;    choose player ...
  505. tbbPlayerChoice
  506. ;choose audio module ...
  507. ;    player options ...
  508. tbbPlayerOptions
  509. ;audio module options ...
  510. ;    play all
  511. tbbPlayAll
  512. ;play all
  513. ;    play range
  514. tbbPlayRange
  515. ;play range
  516. ;    stop playing
  517. tbbStopPlaying
  518. ;stop playing
  519. ;    record ...
  520. tbbRecord
  521. ;record ...
  522. ;-- Buffer --------------------------------------------------------------------
  523. ;    choose buffer ...
  524. tbbBufferChoice
  525. ;choose sample ...
  526. ;    buffer options ...
  527. tbbBufferOptions
  528. ;sample options ...
  529. ;    hide/show buffer
  530. tbbHideShow
  531. ;hide/show sample
  532. ;-- Edit ----------------------------------------------------------------------
  533. ;    variations for cuting an area
  534. tbbCutMen
  535. ;variations for cuting an area
  536. ;    variations for copying an area
  537. tbbCopyMen
  538. ;variations for copying an area
  539. ;    variations for pasting an area
  540. tbbPasteMen
  541. ;variations for pasting an area
  542. ;    variations for erasing an area
  543. tbbEraseMen
  544. ;variations for erasing an area
  545. ;    variations for grabbing an area
  546. tbbGrabMen
  547. ;variations for grabbing an area
  548. ;    variations for zeroing an area
  549. tbbZeroMen
  550. ;variations for zeroing an area
  551. ;    variations for overwriting an area
  552. tbbOverwrMen
  553. ;variations for overwriting an area
  554. ;-- Zoom ----------------------------------------------------------------------
  555. ;    zoom mode
  556. tbbZoomMode
  557. ;zoom mode
  558. ;    zoom in
  559. tbbZoomIn
  560. ;zoom in
  561. ;    zoom out
  562. tbbZoomOut
  563. ;zoom out
  564. ;    zoom 1:1
  565. tbbZoomEq
  566. ;zoom 1:1
  567. ;    zoom out full
  568. tbbZoomOutFull
  569. ;zoom out full
  570. ;-- Range ---------------------------------------------------------------------
  571. ;    range mode
  572. tbbRangeMode
  573. ;range mode
  574. ;    lock range length
  575. tbbLockLength
  576. ;lock range length
  577. ;    left & down / right & up
  578. tbbChBegEnd
  579. ;left & down / right & up
  580. ;    move to begin
  581. tbbMoveBeg
  582. ;move to begin
  583. ;    move left fast
  584. tbbMoveLeftF
  585. ;move left fast
  586. ;    move left slow
  587. tbbMoveLeftS
  588. ;move left slow
  589. ;    move to next left zero-crossing
  590. tbbMoveLeftN
  591. ;move to next left zero-crossing
  592. ;    move to next right zero-crossing
  593. tbbMoveRightN
  594. ;move to next right zero-crossing
  595. ;    move right slow
  596. tbbMoveRightS
  597. ;move right slow
  598. ;    move right fast
  599. tbbMoveRightF
  600. ;move right fast
  601. ;    move to end
  602. tbbMoveEnd
  603. ;move to end
  604. ;    move to top
  605. tbbMoveTop
  606. ;move to top
  607. ;    move up fast
  608. tbbMoveUpF
  609. ;move up fast
  610. ;    move up slow
  611. tbbMoveUpS
  612. ;move up slow
  613. ;    move to upper peak
  614. tbbMoveUpP
  615. ;move to upper peak
  616. ;    move to lower peak
  617. tbbMoveDownP
  618. ;move to lower peak
  619. ;    move down slow
  620. tbbMoveDownS
  621. ;move down slow
  622. ;    move down fast
  623. tbbMoveDownF
  624. ;move to down fast
  625. ;    move to bottom
  626. tbbMoveBottom
  627. ;move to end
  628. ; Dropdowntexts ===============================================================
  629. ;-- Cut -----------------------------------------------------------------------
  630. ;    cut area
  631. tbbCut
  632. ;cut area
  633. ;    cut to begin
  634. tbbCutB
  635. ;cut to begin
  636. ;    cut to end
  637. tbbCutE
  638. ;cut to end
  639. ;-- Copy ----------------------------------------------------------------------
  640. ;    copy area
  641. tbbCopy
  642. ;copy area
  643. ;    copy to begin
  644. tbbCopyB
  645. ;copy to begin
  646. ;    copy to end
  647. tbbCopyE
  648. ;copy to end
  649. ;-- Paste ----------------------------------------------------------------------
  650. ;    paste area
  651. tbbPaste
  652. ;paste area
  653. ;    paste at begin
  654. tbbPasteB
  655. ;paste at begin
  656. ;    paste at end
  657. tbbPasteE
  658. ;paste at end
  659. ;-- Erase ----------------------------------------------------------------------
  660. ;    erase area
  661. tbbErase
  662. ;erase area
  663. ;    erase to begin
  664. tbbEraseB
  665. ;erase to begin
  666. ;    erase to end
  667. tbbEraseE
  668. ;erase to end
  669. ;-- Grab ----------------------------------------------------------------------
  670. ;    grab area
  671. tbbGrab
  672. ;grab area
  673. ;    grab to begin
  674. tbbGrabB
  675. ;grab to begin
  676. ;    grab to end
  677. tbbGrabE
  678. ;grab to end
  679. ;-- Zero ----------------------------------------------------------------------
  680. ;    zero area
  681. tbbZero
  682. ;zero area
  683. ;    zero to begin
  684. tbbZeroB
  685. ;zero to begin
  686. ;    zero to end
  687. tbbZeroE
  688. ;zero to end
  689. ;-- OverWr ----------------------------------------------------------------------
  690. ;    overwrite area
  691. tbbOverwr
  692. ;overwrite area
  693. ;    overwrite at begin
  694. tbbOverwrB
  695. ;overwrite at begin
  696. ;-- EOF -----------------------------------------------------------------------
  697.